home *** CD-ROM | disk | FTP | other *** search
- #######################################################################
- # OS/2 FILEJET USER PULLDOWN FILE (C) KLOSEK 1991 -1995 #
- #######################################################################
- # #
- # P> Pulldownheader #
- # E> Pulldownentry #
- # D> Defintions for a entry #
- # # Line with comment #
- # char ^ marks the Hotkey #
- # #
- # Without any special char : Command line of entry #
- # #
- # PULLDOWNDEFINITION #
- # #
- # D> XPOS = nr Upper left corner of pulldownwindow #
- # D> YPOS = nr #
- # D> XWIDTH = nr min. width of pulldownwindow #
- # #
- # PROGRAMMDEFINITIONS #
- # #
- # D> WINDOW = 0 #
- # D> WINDOW = 1 Open a window for execution #
- # D> WINXPOS = nr Upper left corner of window #
- # D> WINYPOS = nr #
- # D> WINXWIDTH = nr x width of the window #
- # D> WINYWIDTH = nr y width of the window #
- # D> CURSOR = 1 activate cursor #
- # D> WAIT = 1 wait after command execution #
- # D> PARAMETER = 1 ask for a parameter before execution #
- # parameter is insertet at the % char #
- # #
- # Multiple commands are allowed seperated by ';' #
- # #
- #######################################################################
-
- P> NOVELL....
-
- D> XPOS = 10
- D> YPOS = 5
- D> XWIDTH = 40
-
- #######################################################################
-
- E> ^Operating system
- D> SWAP = 1
- D> CURSOR = 1
- D> WAIT = 1
- cmd.exe
-
- #######################################################################
- E> Operating ^command
- D> SWAP = 1
- D> CURSOR = 1
- D> WAIT = 1
- [ ]
-
- #######################################################################
-
- E> ^Login
- D> SWAP = 1
- D> CURSOR = 1
- D> WAIT = 1
- login [ ]
-
- #######################################################################
-
- E> L^ogout
- D> SWAP = 1
- D> CURSOR = 1
- D> WAIT = 1
- logout
-
- #######################################################################
-
- E> ^Filer
- D> SWAP = 1
- D> CURSOR = 1
- D> WAIT = 1
- filer
-
- #######################################################################
-
- E> ^Syscon
- D> SWAP = 1
- D> CURSOR = 1
- D> WAIT = 1
- syscon
-
- #######################################################################
-
- E> ^Userlist
- D> SWAP = 1
- D> CURSOR = 1
- D> WAIT = 1
- D> Parameter = 1
- userlist
-
- #######################################################################
-
- E> ^Pconsole
- D> SWAP = 1
- D> CURSOR = 1
- D> WAIT = 1
- pconsole
-
- #######################################################################
-